This is a utility that is designed to allow users to create a large distributed table of data that can subsequently be use for statistical analysis. Values in the table are masked so that only values that have been deemed relevant according to some criteria are included in the analysis. More...
#include <ga.h>
#include <map>
#include <vector>
#include "gridpack/parallel/communicator.hpp"
Go to the source code of this file.
Classes | |
class | gridpack::analysis::StatBlock |
struct | gridpack::analysis::StatBlock::index_set |
Namespaces | |
namespace | gridpack |
namespace | gridpack::analysis |
This is a utility that is designed to allow users to create a large distributed table of data that can subsequently be use for statistical analysis. Values in the table are masked so that only values that have been deemed relevant according to some criteria are included in the analysis.